Semi controlled rectifiers
Updated: 2012-06-30 16:13:12
Below are the formulas for Vmean of three phase and single phase semi controlled rectifiers;
Single Phase semi-controlled;
...
Finally some update on AVR DDS3 signal generator. Circuit is practically done and PCBs are made. I decided to go with two microcontrollers on board to make it more functional. One microcontroller Atmega328P is gonna be dedicated to user interface … Continue reading →
The newly released Arduino Leonardo has a few very interesting features, most notably the ability to act as a USB keyboard and mouse thanks to the new ATmega 32U4 microcontroller. This feature isn’t exclusive to the Leonoardo, as [Michael] explains in a build he sent in – the lowly Arduino Uno can also serve as a [...]
Just a quick note to finalize STM32 flashing topic. As you may know ST also produces his own debugger/programmer called ST-Link. It supports either JTAG and SWD interfaces. You can purchase ST-Link USB adapter but there is a better option. … Continue reading →
Last time we have covered topic about flashing STM32 microcontrollers using bootlaoder. This is easiest and cheapest way of loading programs to MCU memory. But this isn’t the only way of doing this. Software can also be downloaded to using … Continue reading →